From fca33ce269c0e7d933f2ed622e8d83785d7018bf Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 8 Jun 2017 17:24:20 +0100 Subject: [PATCH] x86: remove the now empty x86_64/compat/traps.c Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- xen/arch/x86/x86_64/compat/traps.c | 15 --------------- xen/arch/x86/x86_64/traps.c | 2 -- 2 files changed, 17 deletions(-) delete mode 100644 xen/arch/x86/x86_64/compat/traps.c diff --git a/xen/arch/x86/x86_64/compat/traps.c b/xen/arch/x86/x86_64/compat/traps.c deleted file mode 100644 index cade7f2923..0000000000 --- a/xen/arch/x86/x86_64/compat/traps.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include -#include -#include - - -/* - * Local variables: - * mode: C - * c-file-style: "BSD" - * c-basic-offset: 4 - * tab-width: 4 - * indent-tabs-mode: nil - * End: - */ diff --git a/xen/arch/x86/x86_64/traps.c b/xen/arch/x86/x86_64/traps.c index 79bfc4d3f0..a15231ca0c 100644 --- a/xen/arch/x86/x86_64/traps.c +++ b/xen/arch/x86/x86_64/traps.c @@ -335,8 +335,6 @@ void subarch_percpu_traps_init(void) wrmsrl(MSR_SYSCALL_MASK, XEN_SYSCALL_MASK); } -#include "compat/traps.c" - void hypercall_page_initialise(struct domain *d, void *hypercall_page) { memset(hypercall_page, 0xCC, PAGE_SIZE); -- 2.30.2